|
<INPUT type="radio" name="radio" style="background-color:#ffffff" onMouseover="this.style.backgroundColor='#ff0000'" onMouseout ="this.style.backgroundColor='#ffffff'"> <LABEL for="radio1">赤 </LABEL> <INPUT type="radio" name="radio" style="background-color:#ffffff" onMouseover="this.style.backgroundColor='#00ff00'" onMouseout ="this.style.backgroundColor='#ffffff'"> <LABEL for="radio1">緑 </LABEL> <INPUT type="radio" name="radio" style="background-color:#ffffff" onMouseover="this.style.backgroundColor='#0000ff'" onMouseout ="this.style.backgroundColor='#ffffff'"> <LABEL for="radio1">青</LABEL> |
| ※IEのみで動作します。 |